document spelling fixes. (#1035)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Mon, 13 Mar 2023 17:37:19 +0000 (11:37 -0600)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 17:37:19 +0000 (11:37 -0600)
* document spelling fixes.

and deciphering of the arc filter project option interpolation.

* improve line break insertion in build table.

* reword some option documentation.

* whitespace

16 files changed:
xmldoc/chapters/build.xml
xmldoc/chapters/styles.xml
xmldoc/filters/bend.xml
xmldoc/filters/options/arc-project.xml
xmldoc/filters/options/track-seg2trk.xml
xmldoc/filters/options/transform-rptname.xml
xmldoc/filters/position.xml
xmldoc/formats/options/dg-100-erase_only.xml
xmldoc/formats/options/dg-200-erase_only.xml
xmldoc/formats/options/exif-offset.xml
xmldoc/formats/options/garmin-baud.xml
xmldoc/formats/options/garmin_gpi-hide.xml
xmldoc/formats/options/garmin_gpi-languagecode.xml
xmldoc/formats/options/globalsat-dump-file.xml
xmldoc/formats/options/skytraq-gps-week-rollover.xml
xmldoc/formats/skytraq.xml

index 7c7f145eccd448910c6bb073523ace5e508aa9df..e0839d800c567b114cb6fa58081a91ae0737c109 100644 (file)
@@ -75,7 +75,7 @@ from our automated Docker builds.</para>
     <section xml:id="Qt">
       <title>Building with Qt Creator</title>
       <para>
-Qt provides a lovely IDE (Integrated Development Evironment) with an
+Qt provides a lovely IDE (Integrated Development Environment) with an
 editor and debugger. Its use is strongly encouraged for those new to C++.
 Once you have Qt correctly installed, just opening the <filename>
 CMakeLists.txt</filename> from
@@ -118,7 +118,7 @@ customize your build of GPSBabel.
       </para>
       <variablelist>
         <varlistentry>
-          <term>GPSBABEL_WITH_LIBUSB=no|pkgconfig|system*|included*|custom</term>
+          <term>GPSBABEL_WITH_LIBUSB = no|pkgconfig|system*|included*|custom</term>
           <listitem>
             <para>note that libusb is NOT used on windows.</para>
             <variablelist>
@@ -162,7 +162,7 @@ be set with GPSBABEL_EXTRA_LINK_LIBRARIES and GPSBABEL_EXTRA_INCLUDE_DIRECTORIES
           </listitem>
         </varlistentry>
         <varlistentry>
-          <term>GPSBABEL_WITH_SHAPELIB=no|pkgconfig|included*|custom</term>
+          <term>GPSBABEL_WITH_SHAPELIB = no|pkgconfig|included*|custom</term>
           <listitem>
             <variablelist>
               <varlistentry>
@@ -196,7 +196,7 @@ GPSBABEL_EXTRA_INCLUDE_DIRECTORIES.</para>
           </listitem>
         </varlistentry>
         <varlistentry>
-          <term>GPSBABEL_WITH_ZLIB=no|pkgconfig|included*|custom</term>
+          <term>GPSBABEL_WITH_ZLIB = no|pkgconfig|included*|custom</term>
           <listitem>
             <variablelist>
               <varlistentry>
index 2fa789a9b95d1c2e79b270921845e0de22260d00..e58d75c961850287339fee8f15c0f78f3fac28d2 100644 (file)
@@ -9,7 +9,7 @@ this can be done by a user with no programming experience by providing a
 GPSBabel style file.
 </para>
       <para>For a format to be described by a style file, it must be predictable and
-generally readable by humant.  Formats with binary or unreadable content
+generally readable by a human.  Formats with binary or unreadable content
 are not good fits for this scheme.  It should have:
         <simplelist>
             <member>A fixed header at the beginning, if it has any at all. This is called a 'prologue'.</member>
@@ -403,7 +403,7 @@ OFIELDS are defined the same way in the style file.</para>
 consists of three pieces of information: the FIELD TYPE, a DEFAULT VALUE, and
 a PRINTF CONVERSION (for output).  In many cases, not all pieces are used,
 but all 3 pieces are required.   Additionally, an fourth field is supported
-that modifies the behaviour of the field being described.
+that modifies the behavior of the field being described.
 </para>
       <para>FIELDS should be defined in the style file in the logical order that they
 appear in the data, from left to right.  This is the order in which they are
index a6a69e616ae677220d44e3afe2fe53cd1b3eea21..a0c4b6dcd1b9161f6c6a04aa799dbab08d2939e7 100644 (file)
@@ -8,7 +8,7 @@ change in heading big enough.</para>
 intersections. That means that, while navigating that route using a
 GPS unit, the course pointer would aim to the inside of that curve or
 intersection, and only when you have passed that point will the GPS
-aim to the next waypoint in the route. This behaviour is useful in
+aim to the next waypoint in the route. This behavior is useful in
 marine navigation but when biking, for instance, it may be a bit late
 to decide where to turn to in an intersection.</para>
 
index 390c4dc607285c665050dbd29186f65cd35572ed..022cbfa27416888e04867a684637594a772f6ecd 100644 (file)
@@ -4,9 +4,9 @@ closest segment, or over the nearest point if <option>points</option> option
 is used.
 </para>
 <para>
-With <option>rte</option> and <option>trk</option> optinos, if
-is possible, altitude, creation_time and microsecond fields of waypoints
-are updated by interpolation.
+With either the <option>rte</option> or <option>trk</option> option 
+the altitude and creation_time of the projected waypoints
+are updated, if possible, by interpolation from the route or track data.
 </para>
 <para>
 This is most useful if you are trying to obtain the closest points in
index 50e41b0e5ec682541befbafe79d3357219b29c68..3853a347e3c4fdd054765b769273245dee16ebb9 100644 (file)
@@ -1,6 +1,6 @@
 <para>
 This option splits tracks at segment boundaries into multiple tracks. This
-is useful to restore the behaviour of GPSBabel versions up to 1.3.6 which
+is useful to restore the behavior of GPSBabel versions up to 1.3.6 which
 didn't support track segment markers and automatically put each segment into
 a separate track.
 </para>
index 8d74bc38b9fc729fa403a8b3d514e7113b2bc222..d3363f3ed9b3c8f1ef4d39065b81aea7506c50fc 100644 (file)
@@ -4,7 +4,7 @@ With this option you can decide to let GPSBabel name generated route points acco
 <para>
 GPSBabel creates route points during the transformation process named "RPTnnn" where nnn is a numeric part.</para>
 <para>
-Using this option GPSBabel can be configured to replace the "RPT" part of the generated names by the name of the source track during the transformation process. This is especially usefull if several differently named tracks are contained in the source file which should each be transformed into routes.
+Using this option GPSBabel can be configured to replace the "RPT" part of the generated names by the name of the source track during the transformation process. This is especially useful if several differently named tracks are contained in the source file which should each be transformed into routes.
 </para>
 <example xml:id="transform_rptname">
 <title>Convert a GPX track to a GPX route, deleting the original track, naming the generated points like the original track name.</title>
index ef714aae5117bbe181f78b28ee973bfb0798fd23..ddab7211e89327ef251b1c6c7d3be9c88980b903 100644 (file)
@@ -1,6 +1,6 @@
 <para>
 This filter removes points based on their proximity to each other.
-For waypoints a point is removed if it is within the specified distance of a preceeding point.
+For waypoints a point is removed if it is within the specified distance of a preceding point.
 For routes and tracks consecutive points are removed until the distance between the bracketing points is greater than the specified distance.
 </para>
 
index 6479f86f5440d9e63c5056b5898a092924e5644a..031f031adc983bb71f0263f308c214c3e7c97836 100644 (file)
@@ -1,5 +1,5 @@
 <para>
-  Much like the <option>erase</option> this optio erases the data in the GPS.
+  Much like the <option>erase</option> this option erases the data in the GPS.
   It does not transfer data before doing so, making it much faster.  This may
   be handy in a work flow where you want to transfer the data from the GPS,
   check it on a map, and then remove it from the unit.
index 6479f86f5440d9e63c5056b5898a092924e5644a..031f031adc983bb71f0263f308c214c3e7c97836 100644 (file)
@@ -1,5 +1,5 @@
 <para>
-  Much like the <option>erase</option> this optio erases the data in the GPS.
+  Much like the <option>erase</option> this option erases the data in the GPS.
   It does not transfer data before doing so, making it much faster.  This may
   be handy in a work flow where you want to transfer the data from the GPS,
   check it on a map, and then remove it from the unit.
index e76d48ba3cfa5af9c379539c31ed1ca4d2bc2e96..71f6e83ab3f89cd0fbbcd90989a6a1d5f68c35a4 100644 (file)
@@ -1,7 +1,7 @@
 <para>
    Uses the given value instead of the value from the tag OffsetTime, OffsetTimeOriginal or OffsetTimeDigitized.
    This is useful when the image doesn't contain an OffsetTime* tag and the offset is different from the local time, or when the image contains a tag that is incorrect.
-   The format of this option should match that of the tag OffsetTime*, specifcally it must be "+HH:MM" or "-HH:MM".
+   The format of this option should match that of the tag OffsetTime*, specifically it must be "+HH:MM" or "-HH:MM".
 </para>
 <para>
     If the camera was using China Standard Time, e.g. in the winter in Taiwan, then you should supply
index 2743e1264c9276a23611437d360c20cd5d32d8aa..65d5565abe846414aa61adbeeb9326b3599a4e60 100644 (file)
@@ -10,9 +10,9 @@ gpsbabel -t -w -i garmin,baud=115200 -f /dev/ttyUSB0 -o gpx -F garmin-serial.gpx
 </para>
 
 <para>
-At the end of the transfer, baud rate is switched to back to the default
-of 9600. If connection breaks, the unit stucks at high baud rate, a power
-cycle reverts to original state.
+At the end of the transfer the baud rate is switched to back to the default
+of 9600. If the connection breaks and the unit is stuck at a high baud rate power
+cycling should restore the original baud rate.
 </para>
 
 <para>
index bed5ff9df79e43edc64fc91ad8e000eea163a0d6..0ef7a843ac2095ca104b59f9615b77ebf1c9cc45 100644 (file)
@@ -1,7 +1,7 @@
 <para>
-   For a large list of points (or whyever) it can be useful when
-   no bitmaps are displayed on device. With this option no bitmap
-   is stored and displayed.
+   For a large list of points it may be desirable if
+   no bitmaps are displayed on the device. With this option no bitmaps
+   are stored and displayed.
 </para>
 <para>
   <userinput>
index 68d84616f77f8bcf293e04faab707bc4483baac1..3c399ab0aadaef565d22c5875b41b2c265e8cdf6 100644 (file)
@@ -1,6 +1,6 @@
 <para>
 Garmin points of interest files may contain data in two languages.
-If you attempt to read a dual language Garmin points of interest file without specifiying which language
+If you attempt to read a dual language Garmin points of interest file without specifying which language
 to use GPSBabel will print an error message containing the language codes used in the file.
 Subsequently you may use one of these codes with the languagecode
 option to specify which language to use.
index be68763c43f868e7840ececb62621d90b37fd7f4..4db99d7c90c01a3ab0cd82951f33f90959de911f 100644 (file)
@@ -2,7 +2,7 @@
 The dump-file option is primarily for debugging is module. It lets you
 provide a file which contains the raw stream of bytes coming from the
 device. This is useful for capturing device state to describe to a
-developer that can't actually access hte physical device as well as mocking
+developer that can't actually access the physical device as well as mocking
 the entire device for automated regression testing.
 </para>
 <para>
index d3a1651f62a304e2cdaaa8318f5f9b7578242c1d..56a9cc3faaca5a8cef73e8170397ff7633a9bc4f 100644 (file)
@@ -31,7 +31,7 @@ which roll over to 0 every 1024 weeks (close to 20 years).
 </table>
 
 <para>
-The default behaviour when gps-week-rollover isn't given (or is a negative number)
+The default behavior when gps-week-rollover isn't given (or is a negative number)
 is to assume the input data has been logged within the preceding 1024 weeks from the
 time gpsbabel is run, which should be perfectly fine in almost all cases.
 </para>
index 2e828b40c09b9924c61193eca8ba3358dd6885ee..1682184cadee533070877550a1b4de9a20ecb3ab 100644 (file)
@@ -75,7 +75,7 @@ use this format to read its memory.</para>
 </tbody>
 </tgroup>
 </table>
-<para>Windows users of GPSBabel version 1.5.2 or less may have to explicitly specifiy a bit rate of 115200 or lower.</para>
+<para>Windows users of GPSBabel version 1.5.2 or less may have to explicitly specify a bit rate of 115200 or lower.</para>
 
 <example xml:id="skytraq-on-linux">
   <title>Command showing skytraq download of tracks and erasing the logger on Linux</title>